home *** CD-ROM | disk | FTP | other *** search
-
-
-
- 1/08/86
-
- In order to save some keystrokes you might want to create a
- batch file with replaceable parameters for Pibterm.
-
- This will allow you to go directly to an SCR file from your
- DOS prompt, bypassing the need to press ALT P S as you do
- now.
-
- Writing the batch file is simple as I'm sure you know.
-
- Copy con:pib.bat
- echo off
- cls
- cd\ ( whatever you call your directory)
- pibterm %1
- cls (CTRL Z)
-
- Now use the set command:
-
- SET=PIB
-
- After you've completed the above you can bypass the wait. At
- the DOS prompt type the following:
-
- C>pib sys2
-
- Pibterm will go directly to the execution of the SYS2.SCR
- file without any further keystrokes. You needn't include the
- file's extension on the command line. Pibterm knows it's an
- SCR file that's being requested.
-
-